;; prefixes). Descriptions that are longer are truncated and have ".." added.
(setq which-key-max-description-length 27)
- ;; Use additonal padding between columns of keys. This variable specifies the
+ ;; Use additional padding between columns of keys. This variable specifies the
;; number of spaces to add to the left of each column.
(setq which-key-add-column-padding 0)
The default of 3 means allow for the total extra width
contributed by any wide unicode characters to be up to one
additional ASCII character in the which-key buffer. Increase this
-number if you are seeing charaters get cutoff on the right side
+number if you are seeing characters get cutoff on the right side
of the which-key popup."
:group 'which-key
:type 'integer)
(defun which-key--maybe-get-prefix-title (keys)
"KEYS is a string produced by `key-description'.
A title is possibly returned using
-`which-key--prefix-title-alist'. An empty stiring is returned if
+`which-key--prefix-title-alist'. An empty string is returned if
no title exists."
(cond
((not (string-equal keys ""))